home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / DirectShow / Capture / DVApp / readme.txt < prev    next >
Encoding:
Text File  |  2001-10-10  |  2.7 KB  |  66 lines

  1. DirectShow Sample -- DVApp
  2. --------------------------
  3.  
  4. Digital Video (DV) capture application.
  5.  
  6. This sample demonstrates how to build various types of filter graphs for
  7. controlling DV camcorders. It also shows how to perform capture, preview, 
  8. transmit, and device control with a DV camcorder.
  9.  
  10. User's Guide
  11.  
  12. The DVApp application supports the following modes:
  13.  
  14. - Preview: Renders DV from the camcorder to a video window. 
  15. - DV to type-1 file: Captures DV data from the camcorder to a type-1 DV file. 
  16. - Type-1 file to DV: Transmits data from a type-1 DV file to the camcorder. 
  17. - DV to type-2 file: Captures DV data from the camcorder to a type-2 DV file. 
  18. - Type-2 file to DV: Transmits data from a type-2 DV file to the camcorder. 
  19.  
  20. The capture and transmit modes also perform preview. Each of those modes 
  21. has a No Preview option as well, which disables preview. Capturing 
  22. without preview is more efficient and can reduce the number of dropped frames. 
  23. For information about type-1 files versus type-2 files, see 
  24. "Digital Video in DirectShow".
  25.  
  26. The application starts in preview mode. To select another mode, choose a mode 
  27. from the Graph Mode menu. For each mode, DVApp builds a filter graph that 
  28. supports the functionality of that mode. To save the graph as a GraphEdit (.grf)
  29. file, select Save Graph to File from the File menu. Quit DVApp before opening 
  30. the file in GraphEdit.
  31.  
  32. To capture to a file:
  33.  
  34. - From the Graph Mode menu, select a DV to File mode (type 1 or type 2, 
  35.     with or without preview). 
  36. - From the File menu, choose Set Output File and enter a file name. 
  37. - Click Record. 
  38. - If the camcorder is in VTR mode, click Play. 
  39. - To stop capturing, click Stop. 
  40.  
  41. To transmit from a file to the camcorder:
  42.  
  43. - From the Graph Mode menu, select a File to DV mode (type 1 or type 2, 
  44.     with or without preview). 
  45. - From the File menu, click Set Input File and select a DV file. The file 
  46.     must match the selected mode (type 1 or type 2). 
  47. - Click Play. 
  48. - To record the data to tape, click Record. 
  49. - To stop transmitting, click Stop. 
  50.  
  51. If the camcorder is in VTR mode, the user can control the transport mechanism 
  52. through the application's VCR-style buttons. To seek the tape, enter the target 
  53. timecode and click the seek button.
  54.  
  55. To limit how much data the application captures, choose Capture Size from the 
  56. File menu.
  57.  
  58. To check the tape format (NTSC or PAL), choose Check Tape from the Options menu.
  59.  
  60. To change the size of the preview window, choose Change Decode Size from the 
  61. Options menu. 
  62.  
  63.  
  64. For more information about this sample, see the "Sample Capture Applications"
  65. section in the DirectShow section of the DirectX SDK documentation.
  66.